From: Richard M. Stallman Date: Sun, 1 Jul 2007 03:21:51 +0000 (+0000) Subject: (find-file-visit-truename): Fix safe-local-variable value. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~534^2~3^2~2309 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=c9ffe2179526798ad0dd8afef7cec22bfb966e74;p=emacs.git (find-file-visit-truename): Fix safe-local-variable value. --- diff --git a/lisp/files.el b/lisp/files.el index 5be738bd452..706b810fb0b 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -162,7 +162,7 @@ The truename of a file is found by chasing all links both at the file level and at the levels of the containing directories." :type 'boolean :group 'find-file) -(put 'find-file-visit-truename 'safe-local-variable 'boolean) +(put 'find-file-visit-truename 'safe-local-variable 'booleanp) (defcustom revert-without-query nil "Specify which files should be reverted without query.